Class L2NatTableImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.impl.L2NatTableImpl
All Implemented Interfaces:
IPCData, L2NatTable

public class L2NatTableImpl extends IPCDataImpl implements L2NatTable
  • Field Details

  • Constructor Details

    • L2NatTableImpl

      public L2NatTableImpl()
  • Method Details

    • getInsideEgress

      public List<L2NatEntry> getInsideEgress()
      Specified by:
      getInsideEgress in interface L2NatTable
      Returns:
      List<L2NatEntry> Returns a List<L2NatEntry>
    • setInsideEgress

      public void setInsideEgress(List<L2NatEntry> insideEgress)
      Specified by:
      setInsideEgress in interface L2NatTable
      Parameters:
      insideEgress - Takes in a parameter of insideEgress
    • getOutsideEgress

      public List<L2NatEntry> getOutsideEgress()
      Specified by:
      getOutsideEgress in interface L2NatTable
      Returns:
      List<L2NatEntry> Returns a List<L2NatEntry>
    • setOutsideEgress

      public void setOutsideEgress(List<L2NatEntry> outsideEgress)
      Specified by:
      setOutsideEgress in interface L2NatTable
      Parameters:
      outsideEgress - Takes in a parameter of outsideEgress
    • read

      public void read(EncodedBuffer buffer)
      Reads this object from an EncodedBuffer of raw data
      Specified by:
      read in interface IPCData
      Specified by:
      read in class IPCDataImpl
      Parameters:
      buffer - The EncodedBuffer that contains the raw data from which to construct this object